{% extends "base.html" %} {% block content %}
{% if data|length == 0 %}

No results found

{% else %}

Search Results

{% endif %}
{% endblock %}